home *** CD-ROM | disk | FTP | other *** search
- /* */
- options results
-
- ADDRESS MEGAD
- dbug TRUE
-
- /* See ARexxPrefsList.txt for Subscript definitions and possible values */
-
- /* Set PF_CONFIRM_QUIT (16) to TRUE (1) */
- SetFlag 16 1
-
- /* Set PF_TAB_WIDTH (9) to the value of 4 */
- SetNumber 9 4
-
- /* Set PF_CREATE_DIR_NAME (21) to "A_New_Directory_Name" */
- SetString 21 "A_New_Directory_Name"
-
- /* Set first device gadget (0) to Path of "'Ram Disk:T'" and
- set Title to "'Temp Dir'" */
- SetDevice 0 "'Ram Disk:T'" "'Temp Dir'"
-
- /* free All ARexx Program Controls */
- /* Commented out to prevent lost or your ARexx Program Controls */
- /* freePC ARexx */
-